|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.caucho.vfs.StreamImpl
|
+--com.caucho.vfs.MemoryStream
| Fields inherited from class com.caucho.vfs.StreamImpl |
nullPath, path |
| Constructor Summary | |
MemoryStream()
|
|
| Method Summary | |
boolean |
canWrite()
A memory stream is writable. |
void |
destroy()
|
int |
getLength()
|
Path |
getPath()
Returns the Path associated with the stream. |
ReadStream |
openRead()
|
void |
write(byte[] buf,
int offset,
int length,
boolean isEnd)
Writes a buffer to the underlying stream. |
void |
writeToStream(java.io.OutputStream os)
|
| Methods inherited from class com.caucho.vfs.StreamImpl |
canRead, clearWrite, close, flush, getAttribute, getAttributeNames, getAvailable, getFlushOnNewline, getNewline, getReadPosition, hasSkip, read, removeAttribute, setAttribute, setPath, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MemoryStream()
| Method Detail |
public Path getPath()
StreamImplgetPath in class StreamImplpublic boolean canWrite()
canWrite in class StreamImpl
public void write(byte[] buf,
int offset,
int length,
boolean isEnd)
throws java.io.IOException
write in class StreamImplbuffer - the byte array to write.offset - the offset into the byte array.length - the number of bytes to write.isEnd - true when the write is flushing a close.
public void writeToStream(java.io.OutputStream os)
throws java.io.IOException
public int getLength()
public ReadStream openRead()
throws java.io.IOException
public void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||